remove

function remove(key: K): V

Removes a key-value pair from the map. Fails if the key is not found in the map.

Since

0.6.0

Parameters

key

The key of the pair to remove.